home *** CD-ROM | disk | FTP | other *** search
/ VRML Browsing & Building Cyberspace / VRML - Browsing and Building Cyberspace.iso / examples / second.wrl < prev    next >
Text File  |  1995-06-13  |  164b  |  9 lines

  1. #VRML V1.0 ascii
  2.  
  3. # Example two - Using a VRML built-in shape to create a simple world
  4.  
  5. # Here comes the Sun
  6. Sphere {
  7.     radius 10        # The Sun is pretty big
  8. }
  9.